home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Oconplane.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  399b  |  15 lines

  1. #ifndef _Oconplane_H_
  2. #define _Oconplane_H_
  3.  
  4. enum
  5. {
  6.     CONSTRUCTIONPLANE_TYPE                = 1000,    // LONG
  7.         CONSTRUCTIONPLANE_TYPE_XY            = 0,
  8.         CONSTRUCTIONPLANE_TYPE_ZY            = 1,
  9.         CONSTRUCTIONPLANE_TYPE_XZ            = 2,
  10.     CONSTRUCTIONPLANE_SPACING            = 1001,    // REAL - Grid Spacing
  11.     CONSTRUCTIONPLANE_SUB                    = 1002,    // LONG - Subdivision
  12.     CONSTRUCTIONPLANE_ROUGHSUB        = 1003    // LONG - Subdivision
  13. };
  14.  
  15. #endif